The following endpoint returns the up or down status of a Certificate Authority.

https://<HOST>:<CAGW_HOST_PORT>/<server.servlet.context-path>/v1/certificate-authorities/{caId}/status

Where  {caId} is the Certificate Authority identifier. For example, the following request checks the status of a Certificate Authority with the CA3 identifier.

GET https://localhost:8444/cagw/v1/certificate-authorities/CA3/status

The response looks like the following.

{
"type" : "CAStatusResponse",
"status" : "UP",
}